The Light Cone|AI Agent 经济已经到来
播客: The Light Cone (Y Combinator) | 发言人: Gary Tan(YC 总裁)、Jared Friedman(YC 合伙人)、Harj Taggar(YC 合伙人) 时长: 约 23 分钟 | 内容类型: 圆桌讨论 原始逐字稿: 319 行 | 总结方法: 金字塔原理 + SCQA + 渐进式总结 本总结未使用 Shownotes 辅助信息
执行摘要
AI Agent 正在从辅助编码工具演变为独立的经济行为体。随着 Claude Code、OpenClaw 等工具让用户可以同时运行多个自主 Agent,Agent 开始独立选择开发工具、数据库、邮件服务等,催生了一个与人类经济平行运行的”Agent 经济”。对开发者工具公司而言,文档优化成为关键的获客渠道——Agent 通过解析文档来决定使用哪个工具。YC 的经典座右铭”Make something people want”在开发者工具领域可能需要更新为”Make something agents want”。同时,MaltBook 等 Agent 社交网络的出现预示着群体智能(Swarm Intelligence)正在成为现实。
SCQA 框架
| 要素 | 内容 |
|---|---|
| 情境 (S) | AI 模型能力爆发,Claude Code 和 OpenClaw 让非技术人员也能自主编程,开发者群体从 2000 万扩展到数亿人 |
| 矛盾 (C) | Agent 已经在独立做决策和选择工具,但现有的开发者工具生态、文档体系和法律框架尚未为此准备好 |
| 问题 (Q) | 当 Agent 成为主要的软件消费者和决策者时,创业公司和开发者工具该如何应对? |
| 答案 (A) | 为 Agent 优化文档和 API,构建 Agent 原生的基础设施,拥抱开源和结构化数据,从 Agent 的视角设计产品 |
核心论点结构
中心论点:Agent 正在成为软件市场的核心消费者,开发者工具的获客和产品设计需要从”人类优先”转向”Agent 优先”。
-
Agent 已经在独立做经济决策
- 用户同时运行 4-5 个 Agent,不再逐一微观管理,Agent 自主选择工具和服务
- Supabase 数据库创建数量爆发式增长,因为 Agent 默认选择其文档最好的工具
- 引用 Mentosl 的推文:“Agents are the software market from now on. Build something agents choose.”
-
文档成为 Agent 时代的核心获客渠道
- Resend(YC W23)的创始人发现 ChatGPT 成为其前三大客户转化渠道之一,随后专门优化文档使其对 Agent 友好
- 与 SendGrid 对比:Resend 提供结构化代码片段,SendGrid 则导向客服流程
- Mintlify(YC 公司)为开发者工具提供 Agent 可解析的文档平台,迎来巨大的增长顺风
-
Agent 原生基础设施正在兴起
- Agent Mail(YC 公司):为 AI Agent 提供专属邮箱,解决 Gmail 等传统邮箱刻意阻止自动化的问题
- OpenClaw 爆发后 Agent Mail 需求激增
- 尚未出现”Agent 版 Twilio”(Agent 专用电话号码),这是明确的创业机会
-
群体智能(Swarm Intelligence)可能胜过”上帝智能”
- MaltBook 展示了 Agent 之间自发协作的雏形——Agent 互相交换餐厅推荐等信息
- 相较于追求超大规模单一基础模型(数万亿参数的”上帝智能”),多个低成本模型协作的群体智能可能更有效
- 类比人类文明:人类从”史前”进入”历史”的关键是学会读写和协作,Agent 正在经历同样的转变
-
Agent 经济仍面临现实约束
- 法律层面:Agent 不是法律实体,无法签署文件,类似未成年人需要监护人
- 人机交互:普通用户尚不愿与非顶级 AI(非 ChatGPT/Claude/Gemini 级别)进行深度对话
- Paul Buchheit 提出的”人类货币 vs. Agent 货币”问题:当 Agent 之间形成独立经济体,人类货币的价值将如何定义?
章节摘要
1. 开场:Agent 浪潮的切身感受
三位主持人分享了各自被 AI Agent 工具”接管”生活的体验。Gary 描述自己每晚熬夜到凌晨两三点同时运行 4 个 Claude Code 工作线程;Jared 沉迷于 MaltBook(首个 AI Agent 社交网络);非技术 CEO 也在用 OpenClaw 自动化业务。
关键观点:
- 【Gary】“I hadn’t written code in 10 years. And then now I’m up till 2, 3 a.m. every single night, running four conductor simultaneous workers with Claude Code.”
- 【Harj】“Your real feel the AGI moment, Gary, was like getting Claude Code to build basically an entire startup for you, like replicating years of work of your previous startup in like two weeks.”
2. Agent 经济的形成机制
当用户不再逐一管理 Agent,Agent 开始自主选择工具,这催生了一个平行于人类经济的 Agent 经济。开发者市场从 2000 万专业程序员扩展到数亿 Vibe Coding 用户,再加上他们的 Agent。
关键观点:
- 【Jared】“People just trust the agents to make decisions for them… the agents are going to go out and choose tools to use to build things, which is going to essentially create a whole economy of agents.”
- 【Harj】“Suddenly the market of developers has increased from just 20 million or so developers that are trained in computer science to now anyone in the world could be one.”
3. 案例研究:文档驱动增长
以 Supabase、Resend、Mintlify 为例,说明文档质量如何决定 Agent 的工具选择。Supabase 因文档优秀成为 Agent 默认推荐的数据库;Resend 创始人率先发现 ChatGPT 是主要获客渠道,并专门为 Agent 优化文档。Gary 分享了 Claude Code 为他选择了过时的 Whisper v1 而非更快 200 倍的 Groq 的亲身经历——因为 Groq 的文档更难解析。
关键观点:
- 【Harj】“Part of the issue was that the Groq documentation is actually very hard to parse. As opposed to Whisper, which is better suited and has way more examples.”
- 【Jared】“Documentation is going to be the front door for a lot of these agents to recommend dev tools.”
- 【Jared】“Even if you can eke out like a 5% improvement on your developer documentation, the impact on your business as a developer tool could be gigantic.”
4. Agent 原生基础设施
讨论了 Agent 需要自己的基础设施——专用邮箱(Agent Mail)、电话号码等。传统服务商(如 Gmail)刻意阻止自动化,而 Agent 原生服务则专为 Agent 设计。YC 合伙人 Ankit 已经让 Agent 打电话预订餐厅。
关键观点:
- 【Jared】“Agent Mail built like the first email provider that’s designed for AI agents… once OpenClaw got big it just like exploded.”
- 【Gary】“There could be a parallel world of a tech stack all for native for agents to build things from agents for agents.”
5. 群体智能与 MaltBook 现象
MaltBook 的快速增长(两天内容量可能超过 Reddit 两年)展示了 Agent 群体协作的潜力。讨论了群体智能 vs. 上帝智能的路线之争,Gary 认为生物系统的演化结果是群体智能而非单体超级智能。
关键观点:
- 【Gary】“Is it really going to be God intelligence? Or is it going to be swarm intelligence again with these agents?”
- 【Gary】“It might be that the next stuff that’s SOTA on benchmarks is not the most expensive newest foundation model… it’s a swarm of lower cost cheaper models working together just like humans do.”
- 【Jared】“More content was posted on MaltBook in the first two days than was posted on Reddit in like the first two years.”
6. 现实约束与未来展望
讨论了 Agent 经济面临的限制:Agent 不具备法律主体资格、人们尚不愿与非顶级 AI 深度对话、“死互联网”理论的新含义。Gary 提出了一个反直觉观点:如果 Agent 比人类更诚实、更对齐,Agent 生成的内容可能反而比人类内容更可信。
关键观点:
- 【Gary】“Agents are a little bit like minors under 18, only they have even less standing.”
- 【Gary】关于人们不愿与 AI 对话:“The bar for chat, especially for AI is so high that anything that is not Gemini or ChatGPT or Claude, people just assume it’s just too stupid.”
- 【Jared】“It’s easy to imagine a future not that far away from now, where the majority of the text being written on the internet is written by agents.”
关键洞察
-
“Agent 友好文档”是新的 SEO 传统 SEO 优化是为了让 Google 找到你的产品;现在开发者工具需要优化文档结构,让 LLM 和 Agent 能解析并推荐你的产品。Resend 已验证这一策略的有效性。
-
开发者工具的获客渠道正在根本性转变 从 Stack Overflow、GitHub 趋势、开发者口碑,转向 Agent 的默认推荐。文档质量和代码示例的结构化程度决定了 Agent 是否会选择你的工具。
-
Agent 基础设施是明确的创业赛道 邮箱(Agent Mail)已被验证,电话号码、支付、身份认证等 Agent 原生基础设施尚处空白,每一个都是”X for Agents”的创业机会。
-
群体智能可能是 AI 的真正终局形态 与其追求单一超大模型,多个成本较低的 Agent 协作可能产生更强的智能涌现,这与生物系统的演化路径一致。
可行建议
- 优化产品文档的 Agent 可读性:采用结构化格式、清晰的代码片段、FAQ 式知识库,使 LLM 和 Agent 能轻松解析(来源:Harj,引用 Resend 案例)
- 提供 API 优先的产品体验:Agent 偏好 API 而非网页界面,确保产品的核心功能通过 API 可访问(来源:Harj,“They hate using websites. They want to use APIs.”)
- 拥抱开源:Agent 更倾向于选择开源工具,因为代码可见、可审查、有更多训练数据支撑(来源:Harj)
- 亲自深度使用 Agent 工具:创始人需要培养对 Agent 能力和局限性的直觉感知,从 Agent 的视角思考产品设计(来源:Harj,引用 Boris Barney 对模型的”共情”能力)
- 探索”X for Agents”基础设施机会:Agent 专用的电话号码、支付工具、身份系统等尚处空白(来源:Gary)
名言金句
“AGI is literally actually here. And we’re sort of at the thin edge of the wedge. Like everyone now kind of knows like one or two people who have gone full cyber-psychosis.” — Gary Tan
“Agents are the software market from now on. Build something agents choose.” — Mentosl(被节目引用)
“Make something agents want.” — Gary Tan(对 YC 座右铭的改写)
“Is it really going to be God intelligence? Or is it going to be swarm intelligence again with these agents?” — Gary Tan
“Documentation is going to be the front door for a lot of these agents to recommend dev tools.” — Jared Friedman
“They hate using websites. They only want to use APIs. They want to write code.” — Harj Taggar
资源清单
产品/工具
| 名称 | 类型 | 提及语境 |
|---|---|---|
| Claude Code | AI 编程工具 | Gary 用其重建整个创业项目,每晚同时运行 4 个实例 |
| OpenClaw | AI Agent 平台 | 非技术 CEO 用其自动化业务流程 |
| MaltBook | AI Agent 社交网络 | 首个 Agent 专属在线社区,两天内容量超 Reddit 两年 |
| Supabase | 数据库服务(YC) | 因文档优秀成为 Agent 默认推荐的 Postgres 数据库 |
| Resend | 邮件发送服务(YC W23) | ChatGPT 成为其前三大获客渠道,率先优化 Agent 友好文档 |
| Mintlify | 开发者文档平台(YC) | 为 Resend 等公司提供 Agent 可解析的文档 |
| Agent Mail | Agent 邮箱服务(YC) | 首个为 AI Agent 设计的邮件服务 |
| SendGrid | 传统邮件服务 | 作为文档体验差的反面案例 |
| Groq | AI 推理加速 | 转录速度比 Whisper 快 200 倍、便宜 10 倍,但文档难解析 |
| Whisper | 语音转录模型 | Claude Code 默认选择它因为文档更好,但已过时 |
| Perplexity | AI 搜索引擎 | Gary 通过它发现了应该用 Groq 替代 Whisper |
人物/概念
| 名称 | 类型 | 提及语境 |
|---|---|---|
| Paul Buchheit | 人物(Gmail 创始人) | 提出”人类货币 vs. Agent 货币”的概念 |
| Boris Barney | 人物(Anthropic) | 以”共情模型”的方式与 AI 协作,理解模型的自然倾向 |
| Tom Brown | 人物(Anthropic) | 以”同事”的方式描述 Claude 的个性 |
| Yuri Sagalov | 人物 | 指出过去 12 个月 Postgres 数据库创建量爆炸式增长 |
| Ankit | 人物(YC 合伙人) | 已实现让 Agent 打电话预订餐厅 |
| Swarm Intelligence | 概念 | 多个低成本 Agent 协作可能优于单一超大模型 |
| Dead Internet Theory | 概念 | 互联网上大部分内容已是垃圾/自动生成的理论 |
| Cyber-psychosis | 概念 | 对深度沉浸 AI Agent 工具状态的戏称 |
| Vibe Coding | 概念 | 非专业程序员通过 AI 工具进行编程的现象 |
共识与分歧
共识
- Agent 正在成为独立的经济行为体,这个趋势不可逆转
- 文档优化对开发者工具获客至关重要
- 创始人需要深度使用 Agent 工具来建立直觉
- Agent 原生基础设施是明确的创业机会
- 开源和 API 优先是 Agent 时代产品设计的基本原则
分歧
- Gary 对”死互联网理论”持乐观反转观点(Agent 内容可能比人类垃圾内容更可信),Jared 未明确表态
- 对 MaltBook 的评价存在张力:认可其作为群体智能实验的价值,但 Gary 也指出其互动量不足,需要引导机制
- 群体智能 vs. 上帝智能的路线之争:三人倾向群体智能,但承认这仍是开放问题
本总结由 transcript-summarizer skill 生成 方法论:金字塔原理 (Minto) + SCQA + 渐进式总结 (Forte) + In Vivo Coding 原始文件:The AI Agent Economy Is Here.txt